home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
ioblixdevkit
/
c
/
include
/
ioblix
/
ioblixpar.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-14
|
397b
|
19 lines
/*
** $VER: ioblix/ioblixpar.h 37.3 (7.4.99)
**
** include file for ioblixpar.device
**
** (C) Copyright 1998,1999 Thore Böckelmann
** All Rights Reserved.
*/
#ifndef IOBLIX_IOBLIXPAR_H
#define IOBLIX_IOBLIXPAR_H
#include <exec/io.h>
/* extended error codes */
#define ParErr_NotIEEE1284 8 /* device is not IEEE1284 compatible */
#endif /* IOBLIX_IOBLIXPAR_H */